projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83709c9
)
Fix autoload cookie.
author
Pavel Janík
<Pavel@Janik.cz>
Thu, 15 Nov 2001 21:46:12 +0000
(21:46 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Thu, 15 Nov 2001 21:46:12 +0000
(21:46 +0000)
lisp/derived.el
patch
|
blob
|
history
diff --git
a/lisp/derived.el
b/lisp/derived.el
index f4b7e73088b6415f9f22d21a2db3a5f67d7818f6..13e18548321028bd2c9acf40ba022010ed5b5593 100644
(file)
--- a/
lisp/derived.el
+++ b/
lisp/derived.el
@@
-205,7
+205,7
@@
been generated automatically, with a reference to the keymap."
;; PUBLIC: find if the current mode derives from another.
-;;;
;;;
###autoload
+;;;###autoload
(defun derived-mode-p (&rest modes)
"Non-nil if the current major mode is derived from one of MODES.
Uses the `derived-mode-parent' property of the symbol to trace backwards."